home *** CD-ROM | disk | FTP | other *** search
/ cyber.net interactivo 1996 September / inter@ivo 1996-09.iso / cybint8 / bin / montracd.dxr / 00136.ls < prev    next >
Encoding:
Text File  |  1996-08-02  |  158 b   |  12 lines

  1. on mouseUp
  2.   onVis(11)
  3.   updateStage()
  4.   startTimer()
  5.   repeat while the timer < 30
  6.     nothing()
  7.   end repeat
  8.   sound stop 1
  9.   sound stop 2
  10.   go("rock")
  11. end
  12.